3.2.63 \(\int \frac {(f x)^m \cosh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx\) [163]

Optimal. Leaf size=128 \[ \frac {(f x)^{1+m} \cosh ^{-1}(a x) \, _2F_1\left (\frac {1}{2},\frac {1+m}{2};\frac {3+m}{2};a^2 x^2\right )}{f (1+m)}+\frac {a (f x)^{2+m} \sqrt {-1+a x} \, _3F_2\left (1,1+\frac {m}{2},1+\frac {m}{2};\frac {3}{2}+\frac {m}{2},2+\frac {m}{2};a^2 x^2\right )}{f^2 (1+m) (2+m) \sqrt {1-a x}} \]

[Out]

(f*x)^(1+m)*arccosh(a*x)*hypergeom([1/2, 1/2+1/2*m],[3/2+1/2*m],a^2*x^2)/f/(1+m)+a*(f*x)^(2+m)*hypergeom([1, 1
+1/2*m, 1+1/2*m],[2+1/2*m, 3/2+1/2*m],a^2*x^2)*(a*x-1)^(1/2)/f^2/(1+m)/(2+m)/(-a*x+1)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 128, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.042, Rules used = {5948} \begin {gather*} \frac {a \sqrt {a x-1} (f x)^{m+2} \, _3F_2\left (1,\frac {m}{2}+1,\frac {m}{2}+1;\frac {m}{2}+\frac {3}{2},\frac {m}{2}+2;a^2 x^2\right )}{f^2 (m+1) (m+2) \sqrt {1-a x}}+\frac {\cosh ^{-1}(a x) (f x)^{m+1} \, _2F_1\left (\frac {1}{2},\frac {m+1}{2};\frac {m+3}{2};a^2 x^2\right )}{f (m+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((f*x)^m*ArcCosh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

((f*x)^(1 + m)*ArcCosh[a*x]*Hypergeometric2F1[1/2, (1 + m)/2, (3 + m)/2, a^2*x^2])/(f*(1 + m)) + (a*(f*x)^(2 +
 m)*Sqrt[-1 + a*x]*HypergeometricPFQ[{1, 1 + m/2, 1 + m/2}, {3/2 + m/2, 2 + m/2}, a^2*x^2])/(f^2*(1 + m)*(2 +
m)*Sqrt[1 - a*x])

Rule 5948

Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))*((f_.)*(x_))^(m_))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[((f*x
)^(m + 1)/(f*(m + 1)))*Simp[Sqrt[1 - c^2*x^2]/Sqrt[d + e*x^2]]*(a + b*ArcCosh[c*x])*Hypergeometric2F1[1/2, (1
+ m)/2, (3 + m)/2, c^2*x^2], x] + Simp[b*c*((f*x)^(m + 2)/(f^2*(m + 1)*(m + 2)))*Simp[Sqrt[1 + c*x]*(Sqrt[-1 +
 c*x]/Sqrt[d + e*x^2])]*HypergeometricPFQ[{1, 1 + m/2, 1 + m/2}, {3/2 + m/2, 2 + m/2}, c^2*x^2], x] /; FreeQ[{
a, b, c, d, e, f, m}, x] && EqQ[c^2*d + e, 0] &&  !IntegerQ[m]

Rubi steps

\begin {align*} \int \frac {(f x)^m \cosh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx &=\frac {\left (\sqrt {-1+a x} \sqrt {1+a x}\right ) \int \frac {(f x)^m \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx}{\sqrt {1-a^2 x^2}}\\ &=\frac {(f x)^{1+m} \cosh ^{-1}(a x) \, _2F_1\left (\frac {1}{2},\frac {1+m}{2};\frac {3+m}{2};a^2 x^2\right )}{f (1+m)}+\frac {a (f x)^{2+m} \sqrt {-1+a x} \sqrt {1+a x} \, _3F_2\left (1,1+\frac {m}{2},1+\frac {m}{2};\frac {3}{2}+\frac {m}{2},2+\frac {m}{2};a^2 x^2\right )}{f^2 (1+m) (2+m) \sqrt {1-a^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 124, normalized size = 0.97 \begin {gather*} \frac {x (f x)^m \left (\cosh ^{-1}(a x) \, _2F_1\left (\frac {1}{2},\frac {1+m}{2};\frac {3+m}{2};a^2 x^2\right )+\frac {a x \sqrt {-1+a x} \sqrt {1+a x} \, _3F_2\left (1,1+\frac {m}{2},1+\frac {m}{2};\frac {3}{2}+\frac {m}{2},2+\frac {m}{2};a^2 x^2\right )}{(2+m) \sqrt {1-a^2 x^2}}\right )}{1+m} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((f*x)^m*ArcCosh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

(x*(f*x)^m*(ArcCosh[a*x]*Hypergeometric2F1[1/2, (1 + m)/2, (3 + m)/2, a^2*x^2] + (a*x*Sqrt[-1 + a*x]*Sqrt[1 +
a*x]*HypergeometricPFQ[{1, 1 + m/2, 1 + m/2}, {3/2 + m/2, 2 + m/2}, a^2*x^2])/((2 + m)*Sqrt[1 - a^2*x^2])))/(1
 + m)

________________________________________________________________________________________

Maple [F]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\left (f x \right )^{m} \mathrm {arccosh}\left (a x \right )}{\sqrt {-a^{2} x^{2}+1}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x)^m*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x)

[Out]

int((f*x)^m*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

integrate((f*x)^m*arccosh(a*x)/sqrt(-a^2*x^2 + 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-a^2*x^2 + 1)*(f*x)^m*arccosh(a*x)/(a^2*x^2 - 1), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (f x\right )^{m} \operatorname {acosh}{\left (a x \right )}}{\sqrt {- \left (a x - 1\right ) \left (a x + 1\right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)**m*acosh(a*x)/(-a**2*x**2+1)**(1/2),x)

[Out]

Integral((f*x)**m*acosh(a*x)/sqrt(-(a*x - 1)*(a*x + 1)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x)^m*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

integrate((f*x)^m*arccosh(a*x)/sqrt(-a^2*x^2 + 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {\mathrm {acosh}\left (a\,x\right )\,{\left (f\,x\right )}^m}{\sqrt {1-a^2\,x^2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((acosh(a*x)*(f*x)^m)/(1 - a^2*x^2)^(1/2),x)

[Out]

int((acosh(a*x)*(f*x)^m)/(1 - a^2*x^2)^(1/2), x)

________________________________________________________________________________________